home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / windows5 / wed13b.zip / WEEXTSRC.ZI$ / WE_EXT.DEF < prev    next >
Text File  |  1992-01-15  |  294b  |  16 lines

  1. LIBRARY WE_EXT
  2. EXETYPE WINDOWS
  3. DESCRIPTION 'WinEdit Extension Module'
  4.  
  5. CODE FIXED PRELOAD
  6. DATA FIXED PRELOAD
  7.  
  8.  
  9. SEGMENTS
  10.         _TEXT   FIXED PRELOAD
  11.  
  12. EXPORTS
  13.         WEP                     @1 RESIDENTNAME
  14.         WE_ExtensionProc        @2
  15.         CommandDlgProc            @3
  16.